home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / 1218_making_a_recycler_on_a_disk.rtf < prev    next >
Text File  |  1995-06-12  |  2KB  |  46 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;\f2\fmodern Ohlfs;}
  2. \paperw13040
  3. \paperh10200
  4. \margl120
  5. \margr120
  6. {\colortbl;\red0\green0\blue0;}
  7. \pard\tx480\tx960\tx1440\tx1920\tx2400\tx2880\tx3360\tx3840\tx4320\tx4800\f0\b0\i0\ulnone\fs28\fc0\cf0 Q:    How do I put a recycler on my external hard disk?\
  8. \
  9. Q:    My new external disk displays a panel  indicating "No recycler for device..."\
  10. \
  11. A:    
  12. \fc1\cf1 In order to have recycler on an external disk, you must have a .NextTrash directory at the mount point for the drive.  As an example, here is how you would create a recycler for an external disk mounted as /archive (issue the following commands as root in a Terminal window):\
  13. \
  14.  
  15. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\fs24\fc1\cf1     localhost# 
  16. \b cd /archive
  17. \b0 \
  18.     localhost# 
  19. \b df .
  20. \b0 \
  21.     Filesystem            kbytes    used   avail capacity  Mounted on\
  22.     /dev/sd2b             216311  152584   42095    78%    /archive\
  23.     localhost# 
  24. \b mkdir .NextTrash
  25. \b0 \
  26.     localhost# 
  27. \b chown root.wheel .NextTrash
  28. \b0 \
  29.     localhost# 
  30. \b chmod 1777 .NextTrash
  31. \b0 \
  32.     localhost# 
  33. \b ls -ldg .NextTrash
  34. \b0 \
  35.     drwxrwxrwt 19 root     wheel       1024 Sep 30 10:42 .NextTrash/\
  36.  
  37. \pard\tx480\tx960\tx1440\tx1920\tx2400\tx2880\tx3360\tx3840\tx4320\tx4800\f0\fs28\fc1\cf1 \
  38. After completing these steps, you'll need to reboot the system for the new recycler to be properly recognized.\
  39. \
  40.  
  41. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\fc1\cf1 QA812\
  42. \
  43. Valid for 2.0, 3.0, 3.1\
  44. \
  45.  
  46.